home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / gina15.zip / CHANGES-1.4 < prev    next >
Text File  |  1992-02-27  |  1KB  |  25 lines

  1. The following changes have been made since Version 1.3
  2. ======================================================
  3.  
  4. - The LIST_ITERATE macro has been added.
  5.  
  6. - The precondition of GnSingleSelection::CheckSelectedItem() has been relaxed
  7.   so that empty lists are allowed when AllowNoSelection() is True.
  8.  
  9. - The function GnBasicSelectionList::RemoveDoubleClickCallback() has been
  10.   implemented.
  11.  
  12. - The base class of GnClass is now GnPresentable (formerly GnObject)
  13.  
  14. - The classes GnGraphView, GnViewNode and GnViewEdge have been introduced.
  15.   GnGraphView is some kind of graph widget. Graphs may be defined and
  16.   handled through a programming interface inherited from the class
  17.   GnSelection. The ISI-Layout-Algorithm is used to layout the graph.
  18.   Selection of two layout directions is possible.
  19.  
  20. - The function GnViewObject::inside_rectangle(...) became virtual
  21.  
  22. - The font attributes of a GnView are no longer determined in
  23.   GnView::determine_window_attributes(). Their initial values are now
  24.   set in GnView::after_create(). 
  25.